bpo-30008: SSL module: emulate tls methods#3934
Closed
tiran wants to merge 1 commit into
Closed
Conversation
32c3157 to
d801a09
Compare
Member
Author
|
I don't have time to finish this for 3.7. I'm postponing this for 3.8. |
b305777 to
1aeafe4
Compare
OpenSSL 1.1 compatility: emulate version specific TLS methods with SSL_CTX_set_min/max_proto_version().
1aeafe4 to
991f017
Compare
cotequeiroz
added a commit
to cotequeiroz/cpython
that referenced
this pull request
Jun 5, 2018
Backport of PRs python#3934 and python#3943 Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
This was referenced Mar 9, 2019
Member
Author
|
OpenSSL 1.0.2 will reach EOL soon. It doesn't make sense to keep this PR. |
neheb
added a commit
to neheb/packages
that referenced
this pull request
Jan 12, 2020
This is based on upstream work here: python/cpython#3934 and python/cpython#39430 First patch was kept as is (just rebased) while the second was combined into one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
neheb
added a commit
to neheb/packages
that referenced
this pull request
Jan 14, 2020
This is based on upstream work here: python/cpython#3934 and python/cpython#39430 First patch was kept as is (just rebased) while the second was combined into one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
OpenSSL 1.1 compatility: emulate version specific TLS methods with
SSL_CTX_set_min/max_proto_version().
https://bugs.python.org/issue30008